@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: #F9F9FB;

}

p {
    font-size: 15px;
    font-weight: 400;
    color: #677894;
}

a {
    color: #4FBC83;
}

h1 {
    font-size: 42px;
    font-weight: 600;
    color: #fcba00;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

header {
    background-color: #fff;
}

.nav-link {
    color: #372E52;
    font-weight: 600;
    padding: 10px 15px;
}

.logo img {
    width: 250px;
}

.logo {
    font-size: 25px;
    color: #5B5574;
    font-family: 'Righteous', cursive;
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #5B5574;

}

.cart-w {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    text-decoration: none;
}

.featured_image img {
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.secondary-image {
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.header-bottom {
    padding: 15px;
    border-top: 1px solid #EFEFEF;

}

.header-bottom .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 800px;
    margin: 0 auto;
}

.cart-w-text h3 {
    font-size: 16px;
    font-weight: 500;
}

.cart-w-text p {
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
    margin-bottom: 0;
}

.cart-w.text-white p {
    color: #fff;
    opacity: .8;
}

.cart-w.text-white h3 {
    color: #fff;
}

.intro-section {
    padding: 100px 0 140px 0;
    overflow: hidden;
}

.intro-section p {
    max-width: 542px;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}


.cart-w-img {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-w-img img {
    max-width: 34px;
}

.main-search-form {
    margin-left: auto;
    max-width: 357px;
    border-radius: 5px;
    padding: 33px 25px;
    background-color: #fff;
    color: #372E52;
}

.main-search-form input::placeholder {
    color: #677894 !important;
    font-weight: 500;


}

.form-icon-group {
    position: relative;
}

.form-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #677894;
}

.form-icon-group input {
    padding-right: 45px;
}

.form-icon-group .form-select {

    --bs-form-select-bg-img: none;

}

.form-icon img {
    max-width: 20px;
}

.main-search-form input {
    height: 59px;
    border: 1px solid #70707059;
    font-weight: 500;
    margin-bottom: 13px !important;
}

.main-search-form select {
    height: 59px;
    border: 1px solid #70707059;
    color: #677894 !important;
    font-weight: 500;
}

.main-search-form h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section {
    margin-top: 100px;
}

.card .card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.card {
    padding: 23px 22px;
}

.card .btn {
    padding: 10px;
}

.card-body {
    padding: 0;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
}

.card-text {
    color: #677894;
    font-size: 14px;
}

footer {
    background-color: #fff;
    border-bottom: 1px solid #F9F9F9;
    margin-top: 100px;
}


.footer-content .logo {
    padding-right: 28px;
    margin-right: 18px;
    border-right: 1px solid #70707036;
}

.header-buttons .btn {
    padding: 17px;
}

.search-input {
    height: 100%;
}

.search-input input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    height: 48px;

}

.company-table-item {
    display: flex;
    align-items: center;
    padding: 28px 35px;

}

.company-table-item h3 {
    color: #2C3344;
    font-size: 16px;
    font-weight: 500;
}

.company-table-item p {
    color: #677894;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.company-table-btn {
    margin-left: auto;
}

.company-table-item-number {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    color: #fff;
    font-size: 24ox;
    font-weight: 700;
}

.bg-green {
    background: linear-gradient(228deg, #B3E3AD, #14A801);

}

.bg-blue {
    background: linear-gradient(45deg, #5C9FFF, #0D8BFF);

}

.bg-darkblue {
    background: linear-gradient(45deg, #094580, #1289FF);

}

.company-table-btn .btn {
    padding: 12px 56px;
}

.footer-content {
    padding: 25px 0;
    border-top: 1px solid #6778947A;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-content p {
    margin-bottom: 0;
}

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.login-page-left-section {
    width: 50%;
    background-color: #1E232F;
    min-height: 100vh;

    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-page-images-section {
    padding: 20px;
    border: 1px solid #7070706B;
    border-radius: 5px;
    position: relative;
}

.login-page-img-item-1 {
    position: absolute;
    right: -50px;
    top: 50px;
}

.login-page-img-item-2 {
    position: absolute;
    left: -150px;
    bottom: 50px;
}

.right-section {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.login-form {
    width: 70%;
    max-width: 623px;
}

input {
    box-shadow: none !important;

}

.form-control {
    border: 1px solid #7070706B;
    border-radius: 5px;
    padding: 11px 14px;
    margin-bottom: 20px;
    border: 1px solid #D8DCE5;
    border-radius: 5px;

}

.form-control::placeholder {
    color: #677894B3;
}

.login-form button[type="submit"] {
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    height: 53px;
}

.gray-text {
    color: #677894;
}

.form-check-label {
    color: #677894B3;

}

.w-md-60 {
    width: 60%;
}

.btn-success {
    background-color: #4BBD76;
    border: none;
}

.btn-success img {
    width: 24px;
}

.galery-slider-item img {
    width: 183px;
    height: 183px;
    object-fit: cover;
    border-radius: 5px;
}


.galery-slider {
    width: 100%;
    position: relative !important;
    overflow: hidden;
    padding: 0 20px;
}

.galery-slider-item {
    width: fit-content !important;
    margin: auto;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    opacity: 1;
    margin: 0 8px;
    border-radius: 50%;
    transition: all 0.3s ease, transform 0.3s ease;

}

.swiper-pagination-bullet-active {
    background-color: #1187FC;
    transform: scale(1.2);
    width: 40px;
    border-radius: 5px;
}

.swiper-pagination-bullet:hover {
    background-color: #1187FC;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 30px;
}

.comments-slider-item {
    max-width: 340px;
    padding: 35px 25px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    background-color: #fff;
}

.comments-slider-item p {
    font-size: 16px;
    line-height: 25px;
}

.comments-slider .swiper-slide {
    width: fit-content;
    margin-right: 95px !important;
}

.comments-slider {
    padding: 0 20px;
    overflow: hidden;
}

.bg-body-tertiary {
    background-color: #F9F9FB;
}

.comment-slider-2-item {
    background-color: #fff;
    padding: 27px 23px;
    border-radius: 5px;
}

.comment-slider-2-item h4 {
    font-size: 16px;
    font-weight: 500;

}

.comment-slider-2-item p {
    font-size: 14px;
    color: #677894;
    padding-right: 20px;
}

.customer-section {
    padding: 35px 16px 10px 16px;
    background-color: #fff;
    position: relative;

}

.customer-section p {
    font-size: 13px;
}

.customer-statistics h4 {
    font-size: 15px;
    font-weight: 500;
    color: #677894;
    border-bottom: 1px solid #6778947A;
    padding-bottom: 5px;
}

.customer-statistics {
    width: 132px;
    height: 117px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    padding: 11px;
    border-radius: 5px;
}

.customer-statistics-cart {
    background-color: #F4F8FB;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 5px;
    gap: 8px;

}

.customer-statistics-cart p {
    margin-bottom: 0;
    line-height: 20px;
}

.customer-statistics p {
    font-size: 13px;
    color: #677894;
    font-weight: 200;
    line-height: 15px;
}

.customer-statistics p b {
    font-weight: 500;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2780FF;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.bg-primary {
    background-color: #2581FF !important;
}

.text-primary {
    color: #2581FF !important;
}

.text-linner-primary {

    background: linear-gradient(90deg, #0090FF, #2780FF);
    -webkit-background-clip: text;
    color: transparent;
}


* {
    box-sizing: border-box;

}

img {
    max-width: 100%;
}

header {
    position: relative;
    z-index: 1;
}

.main-content {
    width: 100%;
}

.main-content h2 {
    font-size: 44px;
    font-weight: 400;
}


.mt-100 {
    margin-top: 100px;
}

.mt-md-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-36 {
    font-size: 36px;
}

.fs-44 {
    font-size: 44px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.form-card {
    background-color: #F2F3F3;
    padding: 32px 24px;
    border-radius: 20px;
    max-width: 367px;
    margin-left: auto;
}

.form-card button {
    font-size: 24px;
    font-weight: 900;
    width: 100%;
    border-radius: 20px;
    line-height: 30px;
    padding: 15px 10px;
}


.form-card input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 56px;
    font-size: 24px;
}

.about-page .form-card {

    background-color: transparent;
    padding: 0;
    border-radius: 20px;
    max-width: 3000px;
    margin-left: auto;
}

.about-page .form-card input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    height: 56px;
    font-size: 18px;
}

.about-page .form-card button {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    border-radius: 10px;
    line-height: 30px;
    padding: 12px 10px;
}

.card-b {
    background-color: #EFF1FA;
    border-radius: 20px;
    padding: 60px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}



.btn-light {
    color: #5ebe15;

}


.form-section {
    width: 466px;
}

.form-input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 56px;
}

.text-gray {
    color: #656c7b;
}

.form-section span {
    color: #656c7b;
    font-size: 12px;
}

.bg-item {
    height: 100vh;
    width: 100%;
    left: 50%;
    margin-left: 320px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background: #eff1fa;
}

.close-icon img {
    width: 25px;
    margin-right: 50px;
}

.sidebar {

    min-width: 256px;
    position: sticky;
    top: 115px;
    height: fit-content;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-nav-item a {

    font: 16px / 1.4 InterVariable, sans-serif;
    color: rgb(40, 40, 40);
    display: inline-block;
    padding: 14px 16px;
    border-radius: 8px;
}

.sidebar-nav-item a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.sidebar-nav-item.active a {
    background: #fff;
}

.card-w {
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
    width: 100%;
}

.bar {
    width: 100%;
    height: 10px;
    background-color: #CBC3FF;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;

}

.information-bar {
    background-color: #EFF1FA;
    padding: 16px;
    border-radius: 16px;
}


.countries-flag img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.countries-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    width: 205px;
    height: 58px;
    padding: 18px 20px;
    border-radius: 20px;
    margin-bottom: 32px;
}

.countries-name p {
    margin-bottom: 0;
}

.empty-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}


.empty-section img {
    width: 80%;
    max-width: 200px;
}

.empty-section p {
    max-width: 480px;
}

.form-group {
    display: flex;
}

.form-group {
    width: 60%;
}

.form-group input {
    background-color: #fff;
    border: none;
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
    border-radius: 10px 0 0 10px;
    position: relative;
    left: 10px;
}

.form-group button {
    height: 50px;
    padding: 10px 30px;
    position: relative;
    font-size: 16px;
}

._img_xs_13re5_10 {
    height: 100px;
    max-width: 100px;
}

.progress-bar {
    height: 100%;
    background-color: #2780FF;
}

.sidebar-nav a {
    text-decoration: none;
}

.advert-nav .btn {
    font-size: 12px;
    margin-bottom: 15px;
}

.advert-nav p {
    margin-bottom: 0;
}

.alert {
    position: fixed;
    top: 40px;
    right: 30px;
    z-index: 99999999999;
}

.service-item .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;

}

.service-item h5 {
    text-decoration: none;
    color: #2C3344;
}

.service-item p {
    text-decoration: none;
    color: #677894;
}

.service-item-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-bottom: 10px;
}

.galery-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.galery-image {

    position: relative;

}

.galery-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;

}

.galery-delete-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #F1416C;
    color: white;
    cursor: pointer;
}

.mobile-sidebar {
    display: none;
}

.mobil-logo {
    display: none;
}

.header-banner {
    background-color: #F9F9FB;
    padding: 10px 0;
    text-align: center;
}

.header-banner * {
    margin-bottom: 0;
    color: #5B5574;

}

.header-banner p {
    font-weight: 600;
}

.bg-item-2,
.bg-item-3 {
    position: absolute;
    top: -70px;
    right: 10px;
}

.bg-item-2 {
    right: 80px;
}

.images-content-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 9px 25px 9px 9px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;

}

.images-content-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: #2C3344;
    font-weight: 500;
}

.images-content-item-left {
    position: absolute;
    left: -25px;
    top: 50%;
}

.images-content-item-right {
    position: absolute;
    right: 10px;
    top: 80%;
}

.price-item {
    position: relative;
    top: 80px;
    background-color: #DBDBDB;
    border-radius: 50px 50px 30px 30px;
    padding: 10px 10px 20px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.price-item-title {
    background-color: #2581FF;
    color: #fff;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.price-item-card {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    margin-top: 10px;
}

.price-item-subtitle {
    text-align: center;
    color: #9A8F8F;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
}

.table-old-price,
.old-price {
    color: #C1BDBD;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.table-old-price .lime,
.old-price .lime {
    height: 3px;
    width: 140px;
    background-color: #8A8888;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table-old-price .lime {
    width: 80px;
}

.old-price span {
    font-size: 20px;
    font-weight: 500;
}

.price-now {
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    font-family: Poppins;
}

.price-now span {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    right: 5px;
}

.price-p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    font-family: Poppins;
}

.price-btn {
    background-color: #152D4B;
    color: #fff;
    border-radius: 30px;
    height: 56px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s;
}

.price-btn:hover {
    background-color: #1c3c63;
}

.price-item-card-title {
    font-size: 24px;
    font-weight: 500;
}

.price-item-card-title {
    width: 100%;
    border-bottom: 1px solid #8A8888;
    margin-bottom: 10px;
}

.price-item-card-list li {
    color: #555555;
    font-size: 16px;
    font-weight: 600;
}

.price-item-card-list li:first-child {
    color: #122EC5;

}

#other-features li {
    color: #555555 !important;
}

.price-item-card-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-item-card-list img {
    margin-right: 5px;
}

.price-item-card-list li {
    display: flex;
    align-items: end;
}

.price-item-link {
    background-color: #152D4B;
    border-radius: 30px;
    width: 100%;
    height: 54px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    transition: all 0.3s;
}

.price-item-link:hover {
    background-color: #1c3c63;

}


.recommended {
    background-color: #2581FF;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommended h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px !important;
}

.recommended-title {
    padding: 10px 10px 0 10px;

}

.recommended .price-item {
    background-image: linear-gradient(to bottom right, #2680FF, #0190FF);
    position: static;
}

.recommended .price-item-title {
    background-color: #fff;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.sss-section .accordion-item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
    border-radius: 10px !important;
    background-color: #F4EEEE;
    margin-bottom: 20px !important;
}

.sss-section .accordion-header button {
    font-size: 20px;
    font-weight: 600;
    background-color: #F4EEEE;
    padding: 27px;
    border-radius: 10px !important;
}

.sss-section .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(../images/icons/sss-active.svg);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.sss-section .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}

.accordion-body p {
    color: #212529;
    font-size: 16px;
}

.contact-info {
    height: 114px;
    margin-bottom: 20px;
    background-color: #F5F8F7;
    border-radius: 10px;
}

.contact-form {
    background-color: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0px 1px 30px #00000029;
    margin-top: 40px;
}

.contact-info {
    font-size: 16px;
    color: #212529;
    text-decoration: none;
}

.blog .card-img-top {
    height: 230px;
    object-fit: cover;
}

.blog .card-body {
    padding: 32px 24px;
}

.blog .card {
    text-decoration: none;
    color: inherit;
}

.blog .card-title {
    font-size: 24px;
}

.blog .card-text {
    font-size: 16px;
}

.blog .card {
    padding: 0;
}

.blog-main-img {
    width: 100%;
    height: 480px;
    border-radius: 30px;
    color: #fff;
    padding: 50px 100px;
    display: flex;
    align-items: end;
}

.blog-content {
    max-width: 736px !important;
    margin-top: 50px;
}

.contributions-section {
    position: absolute;
    bottom: -30px;
    left: 30px;
    background-color: #fff;

    padding: 6px 15px;
    border-radius: 5px;
}

.contributions-section img {
    width: 30px;
}

.contributions-section .logo {
    font-size: 17px;
    color: #5B5574;
    font-family: 'Righteous', cursive;
}

.contributions-section .logo {
    display: flex;
    align-items: center;
    gap: 7px;
}

.contributions-section p {
    margin-bottom: 0;
    font-size: 13px;
    color: #5B5574;
}

.mobile-navbar .offcanvas-body {
    display: flex;
    flex-direction: column;
}

footer h2 {
    font-size: 45px;
    font-weight: 700;
}

footer h4 {
    font-size: 25px;
    font-weight: 700;
}

.mobile-phone-img {
    display: flex;
}

.mobile-phone-img img {
    width: 50%;
    margin: 0 auto;
}

.navbar-toggler {
    margin-left: auto;
}